@charset "utf-8";

@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 } 

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family: 'Noto Sans KR', sans-serif;background:#fff; min-width:320px}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em; font-family: 'Noto Sans KR', sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family: 'Noto Sans KR', sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family: 'Noto Sans KR', sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}

.hidden {
  overflow: hidden;
  display: inline-block;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
 }

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {width:100%; height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}



/* 팝업레이어2
#hd_pop {z-index:1000;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_pop .cursor {cursor:pointer; font-size:17px; font-weight:600}
.hd_pops {position:absolute; background:#fff; z-index:999; top:50%; left:50%; transform:translate(-50%, -50%)}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {font-size:15px; background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {font-size:15px; background:#393939;position:absolute;top:0;right:0}
 */


#bt_quick {position:fixed; left:0; bottom:0; width:100%; background:#f5c12c; z-index:999; height:100px; line-height:100px}
#bt_quick .logo {position:absolute; left:0; top:-52px}
#bt_quick .tel {position:absolute; right:0}
#bt_quick .form {width:700px; margin:0 auto}
#bt_quick .form li {float:left; width:15.83%; margin-right:1%}
#bt_quick .form li:last-child {margin-right:0}
#bt_quick .form .ipfull {display:inline-block; width:100%; height:35px; line-height:35px; background:#fff; padding:0 10px; font-size:17px; color:#111; font-weight:800; border:0}
#bt_quick .form button {display:inline-block; width:100%; height:35px; line-height:35px; background:#252626; color:#fff; font-size:17px; font-weight:800; border:0}
#bt_quick .tel2 {display:none}
@media screen and (max-width:1200px) {
#bt_quick {height:auto; line-height:normal; padding:30px 10px 10px}
#bt_quick .logo {width:85px; top:-55px}
#bt_quick .tel {display:none}
#bt_quick .tel2 {display:block; position:absolute; right:0px; top:-25px}
#bt_quick .form {width:100%}
#bt_quick .form li {float:left; width:calc(50% - 2.5px); margin-right:5px; margin-bottom:5px}
#bt_quick .form li:nth-child(2n) {margin-right:0}
#bt_quick .form .ipfull {height:30px; line-height:30px; font-size:1.05em}
#bt_quick .form button {height:30px; line-height:30px; font-size:1.25em}
}

.alink {position:relative; text-align:left}
.alink a {font-size:17px; color:#111; font-weight:300; display:inline-block; width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}

	
	.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--swiper-theme-color);
      fill: none;
      stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }

#wrap {}
#container {width:1200px; margin:50px auto}
#container:after {display:block;visibility:hidden;clear:both;content:""}
.area {position:relative; width:1200px; margin:0 auto}
.area:after {display:block;visibility:hidden;clear:both;content:""}
.brs {display:block}
.mrs {display:none}

#quick {position:fixed; right:20px; bottom:20px; z-index:999}
#quick2 {position:fixed; right:20px; top:20px; z-index:99}
#quick2 li {display:block; margin-bottom:10px}
#quick2 li:last-child {margin-bottom:0}
#quick2 li img {width:75px}

#quick3 {position:fixed; right:20px; top:50%;transform:translateY(-50%); z-index:999}
#quick3 li:first-child {position:relative; z-index:9}
#quick3 li {display:block; margin-top:-1px}

#qm {display:none}
#hd {position:relative; height:130px; line-height:130px; border-bottom:1px solid #e5e5e5}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd .logo {float:left}
#hd .logo img {height:45px; width:auto}
#hd .gnb {float:right}
#hd .gnb li {float:left; position:relative;  padding:0 10px}
#hd .gnb li:last-child {margin-left:20px; padding-right:0}
#hd .gnb a.btn1 {display:inline-block; background:#ffcd3e; border-radius:10px; padding:0 20px; line-height:50px}
#hd .gnb a.btn1:hover {color:#333}
#hd .gnb li .step {display:none}
#hd .gnb li:hover .step {display:block; position:absolute; border:1px solid #e5e5e5; left:50%; top:129px; margin-left:-75px; z-index:99; background:#fff}
#hd .gnb li:hover .step dt {display:block; line-height:normal}
#hd .gnb li:hover .step dt a {display:inline-block; padding:10px; width:150px; text-align:center; font-size:15px; font-weight:400}
#hd .gnb li:hover .step dt a:hover {background:#ffcd3e; color:#fff}
#hd .gnb a {display:inline-block; font-size:17px; font-weight:400}
#hd .gnb a:hover {color:#ffcd3e}
#hd .gnb p {font-size:17px; color:#eee; font-weight:300}
#hd .sns {position:absolute; right:40px; top:50%; transform:translateY(-50%)}
#hd .sns li {float:left; margin-right:10px}
#hd .sns i {display:inline-block; width:30px; height:30px; background:#bfbfbf; border-radius:30px; text-align:center; font-size:15px; line-height:30px; color:#fff}
#hd .menu {display:none}
#accordian {display:none}

@media screen and (max-width:1200px) {
.brs {display:none}
.pc {display:none}
.mrs {display:block}
img {width:100%; height:auto}
#container {width:100%; margin:20px 0}
#quick {right:10px; bottom:10px; width:100px}
#quick2 {top:50%}
#quick2 li {display:block; margin-bottom:5px}
#quick2 li img {width:50px}
#quick3 {right:10px}
#qm {display:block; position:fixed; right:10px; bottom:100px; z-index:99}
#qm img {width:40px; height:auto}

#quick3 {display:none; z-index:99}
#quick3 img {width:50px; height:auto}

.area {width:100%}
#hd {height:60px; line-height:60px; padding:0 20px}
#hd .gnb {display:none}
#hd .logo img {height:20px; width:auto}
#hd .sns {display:none}
#hd .menu {display:block; float:right; margin-top:3px}
#hd .menu i {font-size:2em; color:#333}
#accordian {display:block; margin-top:80px;border-top:1px solid #3d414f}
#accordian li {position:relative; padding:20px; border-bottom:1px solid #3d414f; list-style:none}
#accordian li > h4 {font-size:21px; font-weight:400; color:#fff}
#accordian  a {display:inline-block; width:100%; font-size:21px; font-weight:400; color:#fff}
#accordian li > ul {margin-top:10px; display:none}
#accordian li > ul > li {border-bottom:0; padding:5px 0}
#accordian li > ul > li a {color:#fff; font-size:17px; color:#fff}
#accordian ul > li > span {clear:both}
#accordian i {position:absolute; right:20px; top:27px}
}



#nvisual {max-width:1920px; position:relative; text-align:center; margin:0 auto}
#nvisual:after {display:block;visibility:hidden;clear:both;content:""}
#nvisual .n_bg {padding:50px 0; background:url('../img/new_img/visual_bg.jpg') top no-repeat; background-size:cover}
#nvisual .title {position:relative} 
#nvisual .title .cp1 {position:absolute; left:50%; top:50%; 	transform:translate(-50%,-50%); z-index:3}
#nvisual .cp1 img.off {display:none}
#nvisual .title .cp2 {position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:2}
#nvisual .title .circle {position:relative; z-index:1}
@keyframes rotate {
	from {transform: rotate(0deg)}
	to {transform: rotate(360deg)}
}
#nvisual .circle img {animation: rotate 50s linear infinite}
#nvisual .object {position:absolute; left:0; bottom:0; z-index:1}
#nvisual .sop {width:100%; background:#f2bc00; padding:30px 0; text-align:center}
@media screen and (max-width:1199px) {
#nvisual {max-width:100%}
#nvisual .n_bg {width:100%; padding:30px}
#nvisual .title {width:100%; overflow:hidden}
#nvisual .title .cp1 img {width:150%;transform: translateX(-17%);}
#nvisual .title .cp2 img {width:125%;transform: translateX(-9%);}
#nvisual .object {width:55%}
#nvisual .sop {padding:15px 10%}
}

#nimg {max-width:1920px; position:relative; text-align:center; margin:0 auto; overflow:hidden}
#nimg:after {display:block;visibility:hidden;clear:both;content:""}
#nimg .sop {position:relative; left:50%; margin-left:-960px; overflow:hidden}
@media screen and (max-width: 1199px) {
#nimg .sop {left:0; margin-left:0}
}

#nmct_01 {max-width:1920px; position:relative; text-align:center; margin:0 auto; overflow:hidden}
#nmct_01:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_01 .title {margin-bottom:50px}
#nmct_01 .title svg {height:85px; width:auto}
#nmct_01 .imgs {text-align:center; width:100%}
#nmct_01 .imgs .brs {display:inline-block}
#nmct_01 .arrow {text-align:center; margin:100px 0; position:relative; display:inline-block}
#nmct_01 .arrow .arr_top {position:absolute; right:45px; bottom:77px; z-index:1}
#nmct_01 .arrow .arr_top:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_01 .arrow .arr_top ul li {
  float: left;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 250px;
}
#nmct_01 .year_line {position:relative; z-index:9; margin-top:490px}
#nmct_01 .arr_circle {
  position: absolute;
  right: 155px;
  bottom: 110px;
  z-index: 99;
  display: inline-block;
  opacity: 0;
  transition: opacity 1s ease-in; 
}
@keyframes imageRipple {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  50% {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
}
@keyframes backgroundRipple {
  0% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
#nmct_01 .arr_circle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 217, 73, 0.75);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.25);
  opacity: 0.75;
  pointer-events: none;
  transform-origin: center;
  z-index: -1;
}
#nmct_01 .arr_circle.active {
  opacity: 1; 
}
#nmct_01 .arr_circle.active::before {
  animation: backgroundRipple 1.5s linear infinite;
}
#nmct_01 .arr_circle img {
  display: block;
  position: relative;
  z-index: 1; /* Ensure image is above the pseudo-element */
  width: 100%;
  height: 100%;
}
#nmct_01 .arr_circle.active img {
  animation: imageRipple 10s linear infinite;
}

@media screen and (max-width: 1199px) {
#nmct_01 {max-width:100%}
#nmct_01 .title {margin-bottom:20px}
#nmct_01 .title svg {height:auto; width:85%}
#nmct_01 .imgs {text-align:center; width:100%}
#nmct_01 .imgs .brs {display:none}
#nmct_01 .arrow {margin: 50px 0 0; max-height:275px}
#nmct_01 .arrow .arr_top {position:relative; margin-left:4%; right:0; bottom:0; text-align:center}
#nmct_01 .arrow .arr_top ul li {max-height: 200px; width:15.75%; max-width:15.75%; margin-right:0.5%}
#nmct_01 .arrow .arr_top ul li:last-child {margin-right:0}
#nmct_01 .arrow .arr_top ul li img {width:100%; max-height:200px}
#nmct_01 .year_line {margin-top:0}
#nmct_01 .arr_circle {width:30%; right:12%; bottom: 6%}
}

#nmct_02 {position:relative; width:100%; padding:200px 0 ;text-align:center}
#nmct_02:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_02 .brs {display:inline-block}
#nmct_02 .cp2:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_02 .cp2 {
  position: relative;
  margin: 100px auto; 
  max-width: 100%;
  text-align:center

}
#nmct_02 .cp2 img {margin-top:20px}

#nmct_02 .cp2 video {
  width: 100%;
  height: auto;
}

#nmct_02 .cp4 {margin:100px 0}
@media (min-width: 768px) {
#nmct_02 .cp2 {
    width: 1200px; 
  }

}
@media screen and (max-width: 1199px) {
#nmct_02 {padding:50px 0}
#nmct_02 .brs {display:none}
#nmct_02 .cp2 {margin:50px 0}
#nmct_02 .cp2 img {width:75%; margin-top:5px}
}
#nmct_02 .pc {
    display: block;
}

#nmct_02 .mb {
    display: none;
}

@media (max-width: 768px) {
#nmct_02 .pc {
        display: none;
    }
#nmct_02 .mb {
        display: block;
    }
	#nmct_02 .cp4 {padding:0 30px; margin:30px 0}
}

/* 모바일에서 iframe이 확실하게 표시되도록 설정 */
#nmct_02 .mobile-video {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 9 / 16; /* Shorts는 세로 영상이므로 비율 유지 */
}


#nmct_03 {position:relative; width:100%; padding:100px 0; text-align:center}
#nmct_03:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_03 .brs {display:inline-block}
#nmct_03 .cp2 {
    overflow: hidden;
    position: relative;
    margin-top: 100px;
    z-index: 9;
}

#nmct_03 .cp2 ul {
    display: flex;
    padding: 0;
    margin: 0;
    transition: transform 0.5s ease-in-out;
}

#nmct_03 .cp2 li {
    list-style: none;
    flex: 0 0 auto;
    margin: 0 20px;
    box-sizing: border-box;
}

#nmct_03 .cp2 img {
    width: 100%;
    display: block;
}

@media (max-width: 1920px) {
    #nmct_03 .cp2 li {
        margin: 0 15px;
    }
}

@media (max-width: 1200px) {
    #nmct_03 .cp2 li {
        margin: 0 5px;
    }
}

@media (max-width: 1200px) {
#nmct_03 .cp2 li {
    flex: 0 0 calc(100% / 2.5);
}
}
#nmct_03 .cp3 {position:absolute; bottom:0; left:0; width:100%; height:300px; background:#f2bc00; z-index:1}
@media screen and (max-width: 1199px) {
#nmct_03 {padding:50px 0}
#nmct_03 .cp2 {margin-top:50px}
#nmct_03 .cp3 {height:100px}
#nmct_03 .brs {display:none}
}


#nmct_04 {position:relative; width:100%; padding:100px 0; text-align:center}
#nmct_04:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_04 .brs {display:inline-block}
#nmct_04 .cp2 {
  position: relative;
  margin: 100px auto; 
  max-width: 100%;
}
#nmct_04 .cp2 video {
  width: 100%;
  height: auto;
}




@media screen and (max-width: 1199px) {
#nmct_04 {padding:50px 0}
#nmct_04 .brs {display:none}
#nmct_04 .cp2 {margin: 50px auto}
}
@media (min-width: 768px) {
#nmct_04 .cp2 {
    width: 1200px; 
  }
}

#nmct_05 {position:relative; width:100%; padding:100px 0; background:#f2bc00; text-align:center}
#nmct_05:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_05 .brs {display:inline-block}
#nmct_05 .imgs {margin-bottom:50px}
#nmct_05 .box {width:1440px; margin:0 auto}
#nmct_05 .box .sop {border:2px solid #fff; padding:10px; float:left; margin-right:20px}
#nmct_05 .box .sop:last-child {margin-right:0}
#nmct_05 .ytb {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom:5px
}

#nmct_05 .ytb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
#nmct_05 {padding:50px 0}
#nmct_05 .brs {display:none}
#nmct_05 .imgs {margin-bottom:30px}
#nmct_05 .box {width:100%; padding:0 20px}
#nmct_05 .box .sop {padding:5px; float:none; display:block; margin-right:0; margin-bottom:20px}
#nmct_05 .box .sop:last-child {margin-bottom:0}
}


#nmct_06 {position:relative; width:100%; text-align:center; padding:100px 0 0 0; overflow:hidden}
#nmct_06:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_06 .title {width:1200px; margin:0 auto}
#nmct_06 .title:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_06 .cp1 {float:left}
#nmct_06 .cp1 li:nth-child(2) {margin-left:-50px}
#nmct_06 .cp2 {float:left}
#nmct_06 .cp3 {float:left}
#nmct_06 .cp3 li:nth-child(2) {margin-right:-100px}
#nmct_06 .cp3 li:nth-child(3) {margin-right:-75px}
#nmct_06 .sop:after {display:block;visibility:hidden;clear:both;content:""}

        #nmct_06 .sop {
            background: #f2bc00;
            position: relative;
            padding: 200px 0 0 0;
			border-bottom:130px solid #fff;
			width:100%;
			margin-top:50px
        }

        #nmct_06 .sop:after {
            display: block;
            visibility: hidden;
            clear: both;
            content: "";
        }

        #nmct_06 .phone {
            position: absolute;
            left: 50%;
            bottom: -125px;
            z-index: 8;
            transform: translateX(-50%);
        }

        .swiper-container {
            width: 100%;
			position:relative;z-index:9
        }

        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-slide img {
            width: 100%;
        }
        @media (min-width: 1024px) {
            .swiper-slide {
                width: 380px !important; 
            }
        }

        @media (max-width: 768px) {
            .swiper-slide {
                width: 45% !important;
            }
        }

@media screen and (max-width: 1199px) {
#nmct_06 {padding:50px 0 0}
#nmct_06 .title {width:100%; padding:0 20px; margin-bottom:10%}
#nmct_06 .dos {
display: table;
margin-left: auto;
margin-right: auto;
}
#nmct_06 .cp1 li:nth-child(2) {margin-left:-25px}
#nmct_06 .cp1 img {height:30px; width:auto}
#nmct_06 .cp2 {margin:0 10px}
#nmct_06 .cp2 img {height:75px; width:auto}
#nmct_06 .cp3 li:nth-child(2) {margin-right:-25px}
#nmct_06 .cp3 li:nth-child(3) {margin-right:-15px}
#nmct_06 .cp3 img {height:30px; width:auto}
#nmct_06 .sop {
	padding: 50px 0 0 0;
	border-bottom:5% solid #fff;
	width:100%;
}
#nmct_06 .phone {bottom: -17.5%}
}


#nmct_07 {position:relative; max-width:1920px; margin:0 auto; text-align:center; overflow:hidden}
#nmct_07:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_07 .cp1 {padding:50px 0; width:100%; background:#c4c7c9; text-align:center}
#nmct_07 .brs {display:inline-block}
#nmct_07 .cp2 {padding:50px 0; width:100%; background:#c4c7c9; text-align:center}
#nmct_07 .cp2 video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
#nmct_07 {padding:0; width:100%}
#nmct_07 .brs {display:none}
#nmct_07 .cp2 {margin:0 auto; padding:0 0 20px}
#nmct_07 .cp1 {padding:20px}
}
@media (min-width: 768px) {
#nmct_07 .cp2 {margin: 0 auto}
#nmct_07 .cp2 video {
    width: 1200px; 
  }
}


#nmct_08 {position:relative; max-width:1920px; margin:0 auto; padding:100px 0; background:url('../img/new_img/bg1.png') center bottom no-repeat; background-size:cover; text-align:center}
#nmct_08:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_08 .brs {display:inline-block}
#nmct_08 .title {position:relative; z-index:1}
#nmct_08 .title .cp1 {position:absolute; right:25%; top:0}
#nmct_08 .title .cp1 li {float:left; margin-right:20px}
#nmct_08 .sop {margin-top:-400px; position:relative; z-index:9}
#nmct_08 .sop .icon {position:absolute; left:22.5%; bottom:-2%}
#nmct_08 .stitle {margin-top:50px}
#nmct_08 .sop .sp1 img {cursor: pointer}
.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}
.popup-content {
	background: #fff;
	width: 25%;
	height: auto;
	position: relative;
	padding:50px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	border-radius:20px
}
.popup-content .close-btn {
	position: relative;
	cursor: pointer;
	text-align:right;
	margin-bottom:20px
}
.popup-content .close-btn i {font-size:30px}
.popup-content .pop_c:after {display:block;visibility:hidden;clear:both;content:""}
.popup-content .pop_c .cp1 {text-align:center; margin-bottom:20px}
.popup-content .pop_c .cp1 h1 {font-size:17px; color:#111; font-weight:600}
.popup-content .pop_c .cp2 li:after {display:block;visibility:hidden;clear:both;content:""}
.popup-content .pop_c .cp2 li {display:block; margin-bottom:10px}
.popup-content .pop_c .cp2 li dt {float:left; width:15%; line-height:50px}
.popup-content .pop_c .cp2 li dt:last-child {width:85%}
.popup-content .pop_c p {font-size:15px; color:#111; font-weight:600}
.popup-content .pop_c .cp2 .ipfull {display:inline-block; width:100%; height:50px; line-height:50px; padding:0 20px; font-size:15px; color:#878787; font-weight:500; border:1px solid #e5e5e5}
.popup-content .pop_c textarea {display:inline-block; width:100%; height:100px;padding:20px; font-size:12px; color:#878787; font-weight:400; border:1px solid #e5e5e5}
.popup-content .pop_c .cp3 .sp3 {margin:10px 0}
.popup-content .pop_c .cp4 button {display:inline-block; width:100%; height:55px; line-height:55px; padding:0; font-size:17px; color:#fff; background:#ffc200;  font-weight:600; border:0; border-radius:20px}
@media screen and (max-width: 1199px) {
#nmct_08 {max-width:100%; padding:50px 20px}
#nmct_08 .brs {display:none}
#nmct_08 .title .cp1 {position:absolute; width:8%; top:0; right:20%}
#nmct_08 .title .cp1 li {float:left; width:30%; margin-right:5%}
#nmct_08 .title .cp1 li:last-child {margin-right:0}
#nmct_08 .sop {margin-top:-20%}
#nmct_08 .sop .icon {position:absolute; left:20%; bottom:-5%}
#nmct_08 .sop .icon img {height:75px; width:auto}
#nmct_08 .stitle {margin-top:15%}
.popup-overlay {padding:20px; height: 90%;}
.popup-content {
	width: 100%;
	padding:20px;
	border-radius:20px
}
.popup-content .close-btn {margin-bottom:10px}
.popup-content .close-btn i {font-size:30px}
.popup-content .pop_c .cp1 {margin-bottom:10px}
.popup-content .pop_c .cp1 h1 {font-size:1.25em}
.popup-content .pop_c .cp2 li {display:block; margin-bottom:10px}
.popup-content .pop_c .cp2 li dt {width:20%; line-height:40px}
.popup-content .pop_c .cp2 li dt:last-child {width:80%}
.popup-content .pop_c p {font-size:1.05em}
.popup-content .pop_c .cp2 .ipfull {height:40px; line-height:40px; padding:0 10px; font-size:1.05em}
.popup-content .pop_c textarea {height:50px;padding:10px; font-size:0.75em}
.popup-content .pop_c .cp3 .sp3 {margin:5px 0}
.popup-content .pop_c .cp4 button {height:50px; line-height:50px; font-size:1.25em}
}


#nmct_09 {position:relative; max-width:1920px; margin:0 auto; padding:50px; background:#060001}
#nmct_09:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_09 .marquee-container {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#nmct_09 .marquee-content {
    display: flex;
    animation: scroll 400s linear infinite;
}
#nmct_09 .marquee-content img {
    height: 50px;
	margin-right:100px
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 1199px) {
#nmct_09 {max-width:100%; padding:20px 0}
#nmct_09 .marquee-content {
    animation: scroll 50s linear infinite;
}
#nmct_09 .marquee-content img {
	margin-right:50px;
	height:20px
}
}


#nmct_10 {position:relative; max-width:1920px; margin:0 auto; padding:100px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#deaa00+55,ffffff+100 */
background: linear-gradient(to bottom,  #deaa00 40%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#nmct_10:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_10 .pop_c {width:1200px; margin:0 auto; background:rgba(255,255,255,0.8); border-radius:20px; padding:50px}
#nmct_10 .pop_c:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_10 .pop_c .cp1 {text-align:center; margin-bottom:30px}
#nmct_10 .pop_c .cp1 h1 {font-size:24px; color:#111; font-weight:600}
#nmct_10 .pop_c .cp2 li:after {display:block;visibility:hidden;clear:both;content:""}
#nmct_10 .pop_c .cp2 li {display:block; margin-bottom:10px}
#nmct_10 .pop_c .cp2 li dt {float:left; width:15%; line-height:50px}
#nmct_10 .pop_c .cp2 li dt:last-child {width:85%}
#nmct_10 .pop_c p {font-size:15px; color:#111; font-weight:600}
#nmct_10 .pop_c .cp2 .ipfull {display:inline-block; width:100%; height:50px; line-height:50px; padding:0 20px; font-size:15px; color:#878787; font-weight:500; border:1px solid #e5e5e5}
#nmct_10 .pop_c textarea {display:inline-block; width:100%; height:100px;padding:20px; font-size:12px; color:#878787; font-weight:400; border:1px solid #e5e5e5}
#nmct_10 .pop_c .cp3 {margin:30px 0}
#nmct_10 .pop_c .cp3 .sp3 {margin:10px 0}
#nmct_10 .pop_c .cp4 button {display:inline-block; width:100%; height:65px; line-height:65px; padding:0; font-size:17px; color:#fff; background:#ffc200;  font-weight:600; border:0; border-radius:20px}
@media screen and (max-width: 1199px) {
#nmct_10 {max-width:100%; padding:50px 20px}
#nmct_10 .pop_c {float:none; display:block; width:100%; margin-right:0; padding:20px}
#nmct_10 .pop_c .cp1 {margin-bottom:20px}
#nmct_10 .pop_c .cp1 h1 {font-size:1.25em}
#nmct_10 .pop_c .cp2 li {display:block; margin-bottom:10px}
#nmct_10 .pop_c .cp2 li dt {width:20%; line-height:40px}
#nmct_10 .pop_c .cp2 li dt:last-child {width:80%}
#nmct_10 .pop_c p {font-size:1.05em}
#nmct_10 .pop_c .cp2 .ipfull {height:40px; line-height:40px; padding:0 10px; font-size:1.05em}
#nmct_10 .pop_c textarea {height:50px;padding:10px; font-size:0.75em}
#nmct_10 .pop_c .cp3 {margin:20px 0}
#nmct_10 .pop_c .cp3 .sp3 {margin:5px 0}
#nmct_10 .pop_c .cp4 button {height:50px; line-height:50px; font-size:1.25em}
}



#nft {position:relative; max-width:1920px; margin:0 auto; padding:50px 0 150px; background:#333}
#nft:after {display:block;visibility:hidden;clear:both;content:""}
#nft .logo {float:left; padding-top:75px}
#nft .txts {float:right}
#nft .txts p {font-size:17px; color:#fff; font-weight:400; line-height:31px}
#nft .txts .cp2 {margin-top:50px}
#nft .txts .cp2 li {float:left; margin-right:20px}
#nft .txts .cp2 li:last-child {margin-right:0}
@media screen and (max-width: 1199px) {
#nft {max-width:100%; padding:50px 20px 200px}
#nft:after {display:block;visibility:hidden;clear:both;content:""}
#nft .logo {float:none; display:block; width:50%; margin:0 auto 30px; padding-top:0}
#nft .txts {float:none; display:block; width:100%}
#nft .txts p {font-size:1.05em; line-height:1.5em}
#nft .txts .cp2 {margin-top:30px; 
    display: flex;
    justify-content: center; 
    align-items: center;
    height: 100%;
}
#nft .txts .ulct {
    display: flex;
    justify-content: center;
}

#nft .txts .cp2 li {width:20%;  margin-right:5%}
}






#animatedElement1.animate__animated {
  animation-iteration-count: infinite;
  animation-duration: 2s; /* 속도 조절 */
}

#animatedElement2.animate__animated {
  animation-iteration-count: infinite;
  animation-duration: 5s; /* 속도 조절 */
}
#animatedElement3.animate__animated {
  animation-iteration-count: infinite;
  animation-duration: 10s; /* 속도 조절 */
}
#animatedElement4.animate__animated {
  animation-iteration-count: infinite;
  animation-duration: 20s; /* 속도 조절 */
}

#animatedElement5.animate__animated {
  animation-iteration-count: infinite;
  animation-duration: 2s; /* 속도 조절 */
}
#animatedElement6.animate__animated {
  animation-iteration-count: infinite;
  animation-duration: 5s; /* 속도 조절 */
}




















@keyframes colorChange {
	0% { fill: #f2bc00; }
	50% { fill: #ff0000; }
	100% { fill: #f2bc00; }
}
.cls-1 {
	fill: #f2bc00;
	animation: colorChange 2s infinite;
}







#visual {padding:250px 0; background:url('../img/page/visual_bg.jpg') top no-repeat; background-size:cover}
#visual:after {display:block;visibility:hidden;clear:both;content:""}
#visual .sop {float:left}
#visual .sop .title {margin-bottom:20px}
#visual .sop .title h1 {font-size:50px; color:#333; line-height:60px}
#visual .sop .title span {color:#ffcd3e}
#visual .sop .txt p {font-size:20px; color:#333}
#visual .object {position:absolute; right:0; top:-225px}

@media screen and (max-width:1200px) {
#visual {padding:50px 20px; text-align:center}
#visual .sop {float:none; display:block}
#visual .sop .title {margin-bottom:10px}
#visual .sop .title h1 {font-size:2.25em; line-height:1.25em}
#visual .sop .txt p {font-size:1.05em}
#visual .object {position:relative; right:0; top:0; width:75%; margin:20px auto 0}
}

#bvisual {position:relative; max-width:1920px; margin:0 auto; height:760px; /* background:url('../img/page/nvisual.jpg') center no-repeat; background-size:cover; */z-index:9}
#bvisual:after {display:block;visibility:hidden;clear:both;content:""}
#bvisual .sop {padding-top:200px}
#bvisual .logo img {width:230px; height:auto}
#bvisual .title {margin:20px 0}
#bvisual .title h1 {font-size:48px; color:#fff; font-weight:600}
#bvisual .txt p {font-size:30px; color:#fff; font-weight:400}

@media screen and (max-width:1200px) {
#bvisual {height:auto}
#bvisual .sop {padding-top:0; text-align:center}
#bvisual .logo img {width:150px}
#bvisual .title {margin:10px 0}
#bvisual .title h1 {font-size:2em}
#bvisual .txt p {font-size:1.05em}
#bvisual .brs {display:none}
}



#mct_01 {padding:100px 0}
#mct_01:after {display:block;visibility:hidden;clear:both;content:""}
#mct_01 .box li {float:left;width:24%; margin-right:1%; border:1px solid #e5e5e5}
#mct_01 .box li:hover {border:1px solid #ffcd3e}
#mct_01 .box li:hover img {opacity:0.75}
#mct_01 .box li:last-child {margin-right:0}
#mct_01 .box .thum img {width:100%; height:auto}
#mct_01 .box .sop {padding:20px}
#mct_01 .box .sop h1 {font-size:17px; font-weight:600}
#mct_01 .box .sop p {font-size:15px; font-weight:400; color:#333}
#mct_01 .box .sop .txt {margin:10px 0}

@media screen and (max-width:1200px) {
#mct_01 {padding:50px 20px}
#mct_01 .box li {width:49%; margin-right:2%; margin-bottom:2%}
#mct_01 .box li:nth-child(2n) {margin-right:0}
#mct_01 .box .sop {padding:10px}
#mct_01 .box .sop h1 {font-size:1.05em}
#mct_01 .box .sop p {font-size:1em}
#mct_01 .box .sop .txt {margin:5px 0}
}

#mct_02 {padding:100px 0; background:#ffc725; background-position:50% 50%; text-align:center}
#mct_02:after {display:block;visibility:hidden;clear:both;content:""}
#mct_02 .title h1 {font-size:50px; color:#000; font-weight:300; margin-bottom:10px}
#mct_02 .title span {font-weight:600}
#mct_02 .title p {font-size:20px; color:#000; font-weight:400}
#mct_02 .youtube {margin:50px 0}
#mct_02 .btns {width:50%; margin:0 auto}
#mct_02 .btns a {display:inline-block; width:100%; height:120px; line-height:120px; font-size:36px; color:#000; font-weight:500; border-radius:510px; background:#fff}
@media screen and (max-width:1200px) {
#mct_02 {padding:50px 20px}
#mct_02 .title h1 {font-size:2em; margin-bottom:5px}
#mct_02 .title p {font-size:1.05em}
#mct_02 .youtube {margin:20px 0}
#mct_02 .btns {width:100%}
#mct_02 .btns a {height:50px; line-height:50px; font-size:1.25em}
}

#mct_03 {padding:100px 0; background:url('../img/page/bg2.jpg') top no-repeat; background-size:cover; text-align:center}
#mct_03:after {display:block;visibility:hidden;clear:both;content:""}
#mct_03 .title h1 {font-size:50px; color:#333; margin-bottom:20px}
#mct_03 .title p {font-size:20px; color:#333}
#mct_03 .box {margin:50px 0}
#mct_03 .box:after {display:block;visibility:hidden;clear:both;content:""}
#mct_03 .box li {float:left; margin-right:20px}
#mct_03 .box li:last-child {margin-right:0}
#mct_03 .box .sop {text-align:left; padding:20px; background:#fff}
#mct_03 .box h2 {font-size:24px; font-weight:500}
#mct_03 .box p {font-size:15px}
#mct_03 span {color:#ffcd3e}
#mct_03 .btns {width:350px; margin:0 auto}
#mct_03 .btns a {display:inline-block; width:100%; border-radius:50px; border:2px solid #333; padding:20px 0; font-size:24px; font-weight:400}
@media screen and (max-width:1200px) {
#mct_03 {padding:50px 20px}
#mct_03 .title h1 {font-size:2em; margin-bottom:10px}
#mct_03 .title p {font-size:1.05em}
#mct_03 .box {margin:20px 0}
#mct_03 .box li {float:none; display:block; margin-right:0; margin-bottom:2%; border:1px solid #e5e5e5}
#mct_03 .box .sop {padding:10px}
#mct_03 .box h2 {font-size:1.05em}
#mct_03 .box p {font-size:1.05em}
#mct_03 .btns {width:100%}
#mct_03 .btns a {padding:20px 0; font-size:1.25em}
}

#mct_05 {position:fixed; width:100%; bottom:0; left:0; height:90px; line-height:90px; background:#ffc725; text-align:center; z-index:9999}
#mct_05:after {display:block;visibility:hidden;clear:both;content:""}
#mct_05 ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#mct_05 img {height:35px; width:auto}
#mct_05 li {float:left}
#mct_05 li:first-child {margin-right:20px}
#mct_05 a {font-size:35px; color:#000; font-weight:500}
@media screen and (max-width:1200px) {
#mct_05 {height:50px; line-height:50px; padding:0 20px}
#mct_05 li:first-child {margin-right:10px}
#mct_05 a {font-size:1.5em; display:inline-block; width:100%}
#mct_05 img {height:20px; width:auto}
}

#mct_06 {padding:150px 0; overflow:hidden}
#mct_06:after {display:block;visibility:hidden;clear:both;content:""}
#mct_06 .title {margin-bottom:50px; text-align:center}
#mct_06 .title h1 {font-size:50px; color:#000; font-weight:300; margin-bottom:10px}
#mct_06 .title span {font-weight:600}
#mct_06 .title p {font-size:20px; color:#000; font-weight:400}
#mct_06 .box ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#mct_06 .box li {float:left}

#mct_06 .box img {width:370px; height:auto}
@media screen and (max-width:1200px) {
#mct_06 {padding:50px 20px}
#mct_06 .title {margin-bottom:20px}
#mct_06 .title h1 {font-size:2em; margin-bottom:5px}
#mct_06 .title p {font-size:1.05em}
#mct_06 .box {padding:0 20px}
#mct_06 .box li {float:none; display:block}
#mct_06 .box li:nth-child(2) {margin:0}
#mct_06 .box img {width:100%; height:auto}
}

#mct_07 {padding:150px 0; overflow:hidden}
#mct_07:after {display:block;visibility:hidden;clear:both;content:""}
#mct_07 .notice {float:left; width:50%; margin-right:10%}
#mct_07 .notice .title {position:relative; margin-bottom:10px}
#mct_07 .notice .title:after {display:block;visibility:hidden;clear:both;content:""}
#mct_07 .notice .title h1 {font-size:24px; color:#000}
#mct_07 .notice .title a {position:absolute; right:0; font-size:24px; top:50%; transform:translateY(-50%)}
#mct_07 .notice .box:after {display:block;visibility:hidden;clear:both;content:""}
#mct_07 .notice .box li {display:block; border-bottom:1px solid #e5e5e5}
#mct_07 .notice .box li:after {display:block;visibility:hidden;clear:both;content:""}
#mct_07 .notice .box li dt {float:left; line-height:70px; height:70px}
#mct_07 .notice .box li dt:nth-child(1) {width:2%}
#mct_07 .notice .box li dt:nth-child(2) {width:70%; margin:0 2%}
#mct_07 .notice .box li dt:nth-child(3) {width:24%; text-align:right}
#mct_07 .notice .box li a {display:inline-block; width:100%; font-size:17px; font-weight:300; color:#878787}
#mct_07 .notice .box li span {font-size:15px; color:#ccc; font-weight:300}
#mct_07 .cus {float:left; width:40%}
#mct_07 .cus .sop:after {display:block;visibility:hidden;clear:both;content:""}
#mct_07 .cus .sop {text-align:center}
#mct_07 .cus .sop h2 {font-size:17px; font-weight:300}
#mct_07 .cus .sop h3 {font-size:36px; font-weight:300}
#mct_07 .cus .sop p {font-size:15px; color:#878787; font-weight:300}
#mct_07 .cus .sop .line {width:10%; height:1px; margin:20px auto; background:#333}
#mct_07 .cus .sop .line:after {display:block;visibility:hidden;clear:both;content:""}
#mct_07 .cus .btns {width:50%; margin:30px auto}
#mct_07 .cus .btns a {display:inline-block; width:100%; padding:15px 0; border:1px solid #333; font-size:15px; color:#333; text-align:center}
#mct_07 .cus .sns ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#mct_07 .cus .sns li {float:left; margin-right:10px}
#mct_07 .cus .sns img {height:50px; width:auto}
#mct_07 .cus .sns i {display:inline-block; width:50px; height:50px; background:#bfbfbf; border-radius:50px; text-align:center; font-size:17px; line-height:50px; color:#fff}
@media screen and (max-width:1200px) {
#mct_07 {padding:50px 20px}
#mct_07 .notice {float:none; display:block; width:100%; margin:0 0 50px 0}
#mct_07 .notice .title h1 {font-size:2em}
#mct_07 .notice .title a {font-size:2em}
#mct_07 .notice .box li dt {line-height:50px; height:50px}
#mct_07 .notice .box li a {font-size:1.05em; overflow:hidden; white-space:nowrap}
#mct_07 .notice .box li span {font-size:0.75em}
#mct_07 .cus {loat:none; display:block; width:100%}
#mct_07 .cus .sop h2 {font-size:1.25em}
#mct_07 .cus .sop h3 {font-size:3em}
#mct_07 .cus .sop p {font-size:1.05em}
#mct_07 .cus .sop .line {width:25%; margin:10px auto}
#mct_07 .cus .btns {width:100%; margin:20px auto}
#mct_07 .cus .btns a {padding:10px 0; font-size:1.05em}
#mct_07 .cus .sns i {width:40px; height:40px; font-size:1.25em; line-height:40px}
}



#mct_08 {padding:150px 0; overflow:hidden}
#mct_08:after {display:block;visibility:hidden;clear:both;content:""}
#mct_08 .title {margin-bottom:50px; text-align:center}
#mct_08 .title h1 {font-size:50px; color:#000; font-weight:300; margin-bottom:10px}
#mct_08 .title span {font-weight:600}
#mct_08 .title p {font-size:20px; color:#000; font-weight:400}
@media screen and (max-width:1200px) {
#mct_08 {padding:50px 0}
#mct_08 .title {margin-bottom:20px}
#mct_08 .title h1 {font-size:2em; margin-bottom:5px}
#mct_08 .title p {font-size:1.05em}
}


    .slick-slide {
      margin: 0 -50px;
			transition: all ease-in-out .3s;
			transform: scale(.6);
    }
    .slick-slide .sop {display:none}
    .slick-slide img {
      width: 100%;
      border-radius:100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }

		.slick-slide.slick-center img{
		  transform: scale(1.6);
		  border:10px solid #ffc725;
		  filter: brightness(100%)
		}
		.slick-slide.slick-center .sop {transform: scale(1);display:block; text-align:center; border-radius:50px; position:absolute; bottom:0; left:0; right:0; padding:20px 50px; background:rgba(0,0,0,0.75); z-index:9}
		.slick-slide.slick-center .sop .txt {position:relative; z-index:99}
		.slick-slide.slick-center .sop h1 {font-size:36px; color:#fff; font-weight:500}
		.slick-slide.slick-center .sop p {font-size:30px; color:#fff; font-weight:400}
    .slick-active {
      opacity:2;
    }
    .slick-active img {filter: brightness(50%)}
        
    .slick-current {
      opacity: 1;
    }
@media screen and (max-width:1200px) {
    .slick-slide {
      margin: 0 -10px;
			transition: all ease-in-out .3s;
			transform: scale(.8);
    }
		.slick-slide.slick-center img{
		  transform: scale(1.2);
		  border:5px solid #ffc725
		}
		.slick-slide.slick-center .sop {	transition: all ease-in-out .3s; width:auto: padding:0; background:none}
		.slick-slide.slick-center .sop h1 {font-size:1.25em; background:rgba(0,0,0,0.75); padding-top:5px}
		.slick-slide.slick-center .sop p {font-size:0.75em; background:rgba(0,0,0,0.75); padding-bottom:10px}
		
}

#mct_09 {padding:150px 0; background:#fafafa; overflow:hidden}
#mct_09:after {display:block;visibility:hidden;clear:both;content:""}
#mct_09 .title {margin-bottom:50px; text-align:center}
#mct_09 .title h1 {font-size:50px; color:#000; font-weight:300; margin-bottom:10px}
#mct_09 .title span {font-weight:600}
#mct_09 .title p {font-size:20px; color:#000; font-weight:400}
#mct_09 .maps {width:100%; height:600px; background:#eee}
#mct_09 .box {background:#ffc725; height:600px; padding:70px; overflow-y:scroll}
#mct_09 .box li {display:block; margin-bottom:25px; padding-bottom:25px; border-bottom:1px solid #fff}
#mct_09 .box li a {display:inline-block; width:100%}
#mct_09 .box li h1 {font-size:24px; color:#000; font-weight:600; margin-bottom:2px}
#mct_09 .box li h2 {font-size:20px; color:#333; font-weight:300}
#mct_09 .box li p {font-size:20px; color:#333; font-weight:300}
#mct_09 .box li a:hover h1,#mct_09 .box li a:hover h2,#mct_09 .box li a:hover p {color:#fff; transition: all ease-in-out .3s}

@media screen and (max-width:1200px) {
#mct_09 {padding:50px 20px}
#mct_09 .title {margin-bottom:20px}
#mct_09 .title h1 {font-size:2em; margin-bottom:5px}
#mct_09 .title p {font-size:1.05em}
#mct_09 .maps {display:none}
#mct_09 .box {height:400px; padding:20px}
#mct_09 .box li {margin-bottom:10px; padding-bottom:10px;}
#mct_09 .box li h1 {font-size:1.25em}
#mct_09 .box li h2 {font-size:1.05em}
#mct_09 .box li p {font-size:1.05em}
}




#boards {background:#fafafa; padding:100px; border-radius:20px}
#boards:after {display:block;visibility:hidden;clear:both;content:""}
#company {/*border:20px solid #ffcd3e; padding:50px 0; text-align:center; border-radius:10px*/text-align:center}
#company:after {display:block;visibility:hidden;clear:both;content:""}
#company2{padding:0px 0; text-align:center}
#company2:after {display:block;visibility:hidden;clear:both;content:""}
#navs {margin:0 0 50px}
#navs:after {display:block;visibility:hidden;clear:both;content:""}
#navs li {float:left; margin-right:20px; font-size:17px}
#navs p {color:#878787}
#navs strong {}

#qna {}
#qna:after {display:block;visibility:hidden;clear:both;content:""}
#qna .title {border-bottom:2px solid #333; margin-bottom:20px; padding-bottom:20px}
#qna .title h1 {font-size:36px; font-weight:600}
#qna .title h1 span {font-size:15px; font-weight:400; color:#878787}
#qna .title p {font-size:15px; font-weight:400; color:#a4a3a3}
#qna .title .fleft {text-align:left}
#qna .box:after {display:block;visibility:hidden;clear:both;content:""}
#qna .box .sop {margin-bottom:20px}
#qna .box .sop:last-child {margin-bottom:0}
#qna .box .sop:after {display:block;visibility:hidden;clear:both;content:""}
#qna .box .sop li {float:left; width:15%; line-height:50px}
#qna .box .sop li:nth-child(2n) {width:35%}
#qna .box .sop li p {font-size:17px; font-weight:600; text-align:center}
#qna .box .sop li span {color:red}
#qna .box .ipfull {display:inline-block; width:100%; height:50px; line-height:50px; border:0; border-bottom:1px solid #333; padding:0 10px; font-size:17px; color:#333; background:none}
#qna .box .agrees {text-align:center; margin:20px 0}
#qna .box .agrees:after {display:block;visibility:hidden;clear:both;content:""}
#qna .box .agrees input {width:17px; height:17px; margin-top:-5px}
#qna .box .agrees span {font-size:17px}
#qna .box .btns {width:350px; margin:0 auto}
#qna .box .btns button {display:inline-block; width:100%; height:60px; line-height:60px; border:0; background:#f8b935; font-size:24px; color:#fff; border-radius:20px}
#qna .box .mj input {width:20px; height:20px}
#qna .box .mj label {font-size:17px; line-height:20px; margin-right:10px}

#qna .top_nav {width:300px; margin:0 auto 50px}
#qna .top_nav:after {display:block;visibility:hidden;clear:both;content:""}
#qna .top_nav li {float:left; width:100%; margin-right:0}
#qna .top_nav li:last-child {margin-right:0}
#qna .top_nav a.btn11 {display:inline-block; width:100%; padding:20px 0; border-radius:40px; background:#ffcd3e; font-size:15px; color:#333; font-weight:600}
#qna .top_nav a.btn10 {display:inline-block; width:100%; padding:20px 0; border-radius:40px; background:#fff; border:1px solid #e5e5e5; font-size:15px; color:#333; font-weight:600}


@media screen and (max-width:1200px) {
#boards {padding:10px; border-radius:0}
#company {border:5px solid #ffcd3e; padding:20px 10px; border-radius:0}
#company:after {display:block;visibility:hidden;clear:both;content:""}
#navs {margin:0 0 20px; padding:0 10px}
#navs li {margin-right:10px; font-size:1.05em}
#qna .title {text-align:center; margin-bottom:10px; padding:0 10px 10px 10px}
#qna .title h1 {font-size:2em}
#qna .title p {font-size:1.05em}
#qna .title h1 span {display:block; font-size:0.5em}

#qna .box .sop {margin-bottom:0}
#qna .box .sop li {width:25%; margin-bottom:2%}
#qna .box .sop li:nth-child(2n) {width:75%}
#qna .box .sop li:last-child {margin-bottom:0}
#qna .box .sop li p {font-size:1.05em}
#qna .box .ipfull {font-size:1.05em}
#qna .box .agrees input {width:15px; height:15px; margin-top:-4px}
#qna .box .agrees span {font-size:0.75em}
#qna .box .btns {width:100%}
#qna .box .btns button {font-size:1.25em}

#qna .box .mj input {width:15px; height:15px}
#qna .box .mj label {font-size:1.05em; line-height:normal; margin-right:5px}



#qna .top_nav {width:100%; margin:0 auto 20px; padding:0 10px}
#qna .top_nav a.btn11 {padding:10px 0; font-size:1.05em}
#qna .top_nav a.btn10	 {padding:10px 0; font-size:1.05em}
}



#ft {padding:100px 0 150px; background:#333}
#ft:after {display:block;visibility:hidden;clear:both;content:""}
#ft .logo {float:left}
#ft .copy {float:left; text-align:left; margin-left:100px}
#ft p {font-size:15px; color:#fff; line-height:25px}
#ft .fts {margin-top:20px}
#ft span {color:#878787}
@media screen and (max-width:1200px) {
#ft {padding:50px 20px 200px}
#ft .logo {float:none; display:block; width:25%; margin:0 auto 20px}
#ft .copy {float:none; display:block; margin-left:0}
#ft p {font-size:1.05em; line-height:1.75em; text-align:center}
#ft span {display:none}
}

.youtube {
    position: relative;
    height: 0;
    padding-top: 0;
    padding-bottom: 50%;
    overflow: hidden;
}
.youtube iframe,#pf .youtube object,#pf .youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 모바일 메뉴 팝업 */
.pop_content {
	display:block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity:0;
	padding:0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    pointer-events: none;
	z-index:99999
}
.pop_content:target {
    opacity:1;
    pointer-events: auto;
}
.pop_content .pop_wrap {
	position:absolute;
	z-index: 99;
	padding:0;
	background:rgba(4,11,29,0.95);
	width: 100%;
	height:100%;
	overflow: auto;	
}
.pop_content .pop_wrap .close {position:absolute; font-size:32px; font-weight:300; right:20px; top:13px; z-index:999}
.pop_content .pop_wrap .close a:link,.pop_content .pop_wrap .close a:visited {color:#fff}

.pop_content .sns {margin-top:20px}
.pop_content .sns ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.pop_content .sns li {float:left; margin-right:20px}
.pop_content .sns img {height:50px; width:auto}
.pop_content .sns li i {display:inline-block; width:50px; height:50px; background:#bfbfbf; border-radius:50px; text-align:center; font-size:2em; line-height:50px; color:#fff}
.pop_content .snsafter {display:block;visibility:hidden;clear:both;content:""}



.pop_content5 {
display:block;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity:0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
pointer-events: none;
background:rgba(0,0,0,0.5);
z-index:99999
}
.pop_content5:target {opacity:1; pointer-events: auto}
.pop_content5 .pop_wrap5 {
	position:absolute;
	z-index: 99;
	background:#fff;
	padding:20px;
	width: 860px;
	top:50%;
	left:50%;
	height:50%;
	text-align:left;
	transform:translateY(-50%);
	margin-left:-430px;
	border: 5px solid #000;
	overflow:scroll
}
.pop_content5 .pop_wrap5 .close {width:100%; height:60px; line-height:60px; padding:0 20px; background:#fff}
.pop_content5 .pop_wrap5 .close a {float:right; font-size:2em; color:#333}
@media screen and (max-width:1200px) {
.pop_content5 .pop_wrap5 {
	width: 90%;
	padding:10px;
	left:50%;
	margin-left:-45%;
	height:75%
}
}





/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

